Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

634197 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/170 - Expense Tracker/js

script.js cody/swapnilsparsh/30DaysOfJavaScript/170 - Expense Tracker/js/script.js
154 Views
0 Comments
const balance = document.getElementById('balance');
const money_plus = document.getElementById('money-plus');
const money_minus = document.getElementById('money-minus');
const list = document.getElementById('list');
const form = document.getElementById('form');
const text = document.getElementById('text');
const amount = document.getElementById('amount');